home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the exitLock to 1
- repeat with i = 2 to 4
- puppetSprite(i, 1)
- end repeat
- set the width of sprite 22 to 0
- updateStage()
- startTimer()
- repeat while the timer < 120
- nothing()
- end repeat
- end
-
- on stopMovie
- tell the stage
- set the mouseDownScript to EMPTY
- end tell
- tell the stage
- set the mouseUpScript to EMPTY
- end tell
- end
-